projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4480bf3
)
GtkMenuButton: use popovers by default
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 25 Apr 2014 03:35:18 +0000
(23:35 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 25 Apr 2014 03:35:18 +0000
(23:35 -0400)
When constructing from a menu model, use popovers by default.
This change has the potential to cause some size problems for
applications with big gear menus, so we're doing it early in
the cycle to uncover and fix those.
gtk/gtkmenubutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmenubutton.c
b/gtk/gtkmenubutton.c
index dd966a45235c9b05e6a6db4ffe655068a32748a2..cc2654da397f6503a202de6840de35bbc0f319bb 100644
(file)
--- a/
gtk/gtkmenubutton.c
+++ b/
gtk/gtkmenubutton.c
@@
-568,7
+568,7
@@
gtk_menu_button_class_init (GtkMenuButtonClass *klass)
g_param_spec_boolean ("use-popover",
P_("Use a popover"),
P_("Use a popover instead of a menu"),
-
FALS
E,
+
TRU
E,
G_PARAM_READWRITE));
/**